enums

Section: ET++ enumeration description (n)
Updated: automatically Mon Apr 8 20:19:25 1991
Index Return to Main Contents
 

ENUMERATION NAME

VObjAlign  

DESCRIPTION

The VObjAlign flags control the horizontal and vertical aligning of one or several VObjects within a certain rectangle. These flags are used at several places, such as: class Cluster, class BorderItem, method VObject::Align, method View::RevealAlign. This enumeration is a bitset..SH ENUMITEMS
eVObjHLeft
description VObjects in a column are left aligned.
eVObjHCenter
description VObjects in a column are aligned centered.
eVObjHRight
description VObjects in a column are right aligned.
eVObjHExpand
description VObjects are expanded horizontally but only if their flag eVObjHFixed is not set. See enum VObjFlags.
eVObjH
description shortcut to set all horizontal flags
eVObjVTop
description VObjects in a row are aligned at the top.
eVObjVBase
description VObjects in a row are aligned at their common baseline.
eVObjVCenter
description VObjects in a row are aligned centered.
eVObjVBottom
description VObjects in a row are aligned at the bottom of the row.
eVObjVExpand
description VObjects are expanded vertically but only if their flag eVObjVFixed is not set. See enum VObjFlags.
eVObjV
description shortcut to set all vertical flags
 

CATEGORIES

Graphic Foundation

 

FILES

declaration:
VObject.h
 

HISTORY

joe@csesbg.at  Fri Sep 06 09:56 1991 MET DST


 

Index

ENUMERATION NAME
DESCRIPTION
CATEGORIES
FILES
HISTORY

This document was created by man2html, using the manual pages.
Time: 00:40:19 GMT, March 30, 2022